downloadWithProgressBar

Same as std.net.curl.download Difference is that it shows a progress bar while downloading. Returns the time needed to download.

size_t
downloadWithProgressBar
(,
string url
,
string saveToPath
,
size_t updateDelay = 125
)

Meta